itprism / prism-library
用于所有 ITPrism 项目的 Prism 库。
v1.22
2018-01-30 22:23 UTC
Requires
- php: >=5.6
- abraham/twitteroauth: ^0.7.4
- adam-paterson/oauth2-stripe: ^2.0
- authorizenet/authorizenet: ~1.9
- aws/aws-sdk-php: ^3.31
- defuse/php-encryption: ^2.1
- facebook/graph-sdk: ^5.5
- google/apiclient: ^2.2
- hashids/hashids: ^2.0
- ircmaxell/random-lib: ^1.2
- league/flysystem: ^1.0
- league/flysystem-aws-s3-v3: ^1.0
- league/fractal: ^0.16.0
- mollie/mollie-api-php: 1.9.*
- nesbot/carbon: ^1.22
- paypal/adaptivepayments-sdk-php: ^3.9
- ramsey/uuid: ^3.6
- stripe/stripe-php: ^5.1
- webonyx/graphql-php: ^0.10.2
- wepay/php-sdk: ^0.3.1
Requires (Dev)
- joomla/registry: ~1.0
- joomla/utilities: ~1.0
- phpunit/phpunit: 5.2.*
This package is not auto-updated.
Last update: 2024-09-29 02:54:56 UTC
README
(版本 1.22)
这是一个用于许多 ITPrism 扩展的 PHP 类集合。
安装
将库安装到 PHP 框架的首选方法是使用 Packagist 和 Composer。运行以下命令来安装包并将它添加到项目的 composer.json 文件中。
composer require itprism/prism-library
构建 Joomla! 包
按照以下步骤构建一个可以安装到您的 Joomla! 网站的包。
注意:您需要 Apache Ant 来构建包。
- 克隆此仓库。
- 执行
composer update来安装所需包。 - 转到 build 文件夹。
- 将文件 antconfig.dist.txt 重命名为 antconfig.txt。
- 输入克隆此仓库的文件夹路径。您需要在 antconfig.txt 文件中将路径作为变量 cfg.sourceDir 的值。
- 在控制台执行
ant。
ant
下载
您可以从 ITPrism 网站下载 Prism Library 包。
许可证
Prism Library 采用 GPLv3 许可证。