Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/castor-labs/stdlib
The Castor Standard Library
https://github.com/castor-labs/stdlib
composer-library
Last synced: about 2 months ago
JSON representation
The Castor Standard Library
- Host: GitHub
- URL: https://github.com/castor-labs/stdlib
- Owner: castor-labs
- License: mit
- Created: 2021-07-06T21:23:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-07T11:37:14.000Z (about 1 year ago)
- Last Synced: 2024-06-04T01:33:42.573Z (7 months ago)
- Topics: composer-library
- Language: PHP
- Homepage:
- Size: 391 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/README.md
Awesome Lists containing this project
README
The Castor Standard Library
===========================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 `: Runs PHP inside the development container
- `castor composer `: Runs composer inside the container
- `castor compose `: Easy access to docker compose
- `castor shell`: Opens a shell (ash) inside the container
- `castor pr`: Checks your code meets the basic standards for a pull request