dtmwnqng38644 2018-10-01 23:15
浏览 287
已采纳

为什么我不能使用PHP Carbon库而不使用composer安装?

So i have tried to simply include Carbon into my project by simply requiring the autoload.php file in the Carbon package, but then it tells me "symfony/polyfill-ctype/bootstrap.php failed to open stream". OK, so i downloaded the folder from symphony and that error disappears, but then there are other folders / files that it requires, some of which i cannot find on the web.

It is strange that it's not in the Carbon package in the first place!

So i am using PHP version 7.1 I downloaded the Carbon package from https://github.com/briannesbitt/Carbon/releases I followed the instruction on https://carbon.nesbot.com/ under the 'Direct download' tab I have tried a lot of different versions of Carbon, current and older I have zero idea why it is not allowing me to use it...

All i want is to use Carbon and install it in the traditional (outdated) way of including libraries.

I know using composer is a lot better, but do not want to get into the reasons of why i cannot use it in this thread please :)

Any help would be much appreciated

Guys i have very little knowledge of composer and dependencies, this may be the issue i am having...

  • 写回答

1条回答 默认 最新

  • doujing5846 2018-10-01 23:45
    关注

    Carbon really requires Composer at this point as it relies on dependencies. I would definitely take the time to learn and use Composer, it's great! You don't necessarily need it installed on the server provided you upload the files that Composer downloads for you in your local development environment.

    With that said, you could use an old version (1.17.0) that will allow you to use it as a stand-alone with no dependencies though I wouldn't recommend it.

    Download this Carbon file from the repo and save it as carbon.php.

    Inside any of your PHP files:

    <?php 
    
    require 'your/path/to/carbon.php';
    use Carbon\Carbon;
    
    //Use Carbon
    
    echo "Now: " . Carbon::now();
    
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥20 有人能用聚类分析帮我分析一下文本内容嘛
  • ¥15 请问Lammps做复合材料拉伸模拟,应力应变曲线问题
  • ¥30 python代码,帮调试
  • ¥15 #MATLAB仿真#车辆换道路径规划
  • ¥15 java 操作 elasticsearch 8.1 实现 索引的重建
  • ¥15 数据可视化Python
  • ¥15 要给毕业设计添加扫码登录的功能!!有偿
  • ¥15 kafka 分区副本增加会导致消息丢失或者不可用吗?
  • ¥15 微信公众号自制会员卡没有收款渠道啊
  • ¥100 Jenkins自动化部署—悬赏100元