castor/stdlib
Composer 安装命令:
composer require castor/stdlib
包简介
The Castor Standard Library for PHP
README 文档
README
Main repository of the Castor Standard Library.
To install it, simply run:
composer require castor/stdlib
NOTICE: Please note this library is in development and there is no stable version yet.
Why this?
Traditionally, PHP has lacked of a consistent, well-designed standard library. This library is an attempt to provide such feature. Mainly inspired in Go's standard library, this library provides a solid set of abstractions so your PHP projects can evolve and scale well, and nice Object Oriented and functional APIs that are a breeze to use.
Development Setup
Copy the castor.bin to one of your $PATH directories:
sudo cp ./.castor/castor.bin $HOME/.local/bin/castor
Bootstrap the development environment (needs docker and compose plugin):
castor init
Once bootstrapped, the castor tool provides easy access to many different things. This is what you can do:
castor php <args>: Runs PHP inside the development containercastor composer <args>: Runs composer inside the containercastor compose <args>: Easy access to docker composecastor shell: Opens a shell (ash) inside the containercastor pr: Checks your code meets the basic standards for a pull request
统计信息
- 总下载量: 437
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-12-08