Adding RubixML to list

This commit is contained in:
Zero Huang 2023-01-06 13:49:30 +08:00 committed by GitHub
parent eb57137df1
commit bb68a94bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
- [Third Party APIs](#third-party-apis)
- [Extensions](#extensions)
- [Miscellaneous](#miscellaneous)
- [Machine Learning](#machine-learning)
- [Software](#software)
- [PHP Installation](#php-installation)
- [Development Environment](#development-environment)
@ -814,6 +815,9 @@ Libraries to help manage database schemas and migrations.
* [Safe](https://github.com/thecodingmachine/safe) - All PHP functions, rewritten to throw exceptions instead of returning false.
* [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
### Machine Learning
* [Rubix ML](https://github.com/RubixML/ML) - A high-level machine learning and deep learning library for the PHP language
# Software
*Software for creating a development environment.*