Download the PHP package ideaa/crossphp without Composer

On this page you can find all versions of the php package ideaa/crossphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package crossphp

CrossPHP

为工程而设计,API优先

安装说明

使用 composer 安装, 使用文档

composer create-project ideaa/crossphp cp ^v1

使用说明

skeleton的app目录下包含四个项目 web, admin, api, cli

   app
    |-web
    |-admin
    |-cli
    |-api

web 是项目的主要工作目录, 只包含一个简单的展示性页面. 项目的代码主要集中在这里.
admin 是一个简单的后台管理系统, 包含登录, 密码管理, 密保卡管理, 简单的角色权限管理系统以及一个根据你的类和方法自动生成菜单的智能菜单系统. 在正常使用前请先打开config\db.config.php配置您的数据库, 并导入sql\admin\back.sql文件.
cli 管理需要在命令行模式下执行的代码.
api 管理用于对外提供接口的代码(默认JSON).

各app只是分工和入口不同, 其他都一样. 在使用中有任何问题欢迎加入我们的QQ群120801063


All versions of crossphp with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2.0
ideaa/cross Version ^2.4.0
ext-pdo Version *
ext-json Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ideaa/crossphp contains the following files

Loading the files please wait ....