Download the PHP
package brandembassy/php-memory without Composer
On this page you can find all versions of the php package
brandembassy/php-memory. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor brandembassy Package php-memory Short Description A simple tool to provide an easy-to-use API to get memory configuration from php.ini. License
MIT
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.
A simple tool to provide an easy-to-use API to convert memory limit configuration from php.ini to bytes.
Why
Core directive memory_limit in php.ini is a simple string. An administrator or a programmer can set several valid values, e.g.:
500 = 500 bytes
128M = 134 217 728 bytes
1G = 1 073 741 824 bytes
You can obtain the original string value through ini_get('memory_limit') function. However, there is no built-in PHP function to provide an easy access to the byte value.
Installation
Add the package to your composer.json:
Usage
Create the MemoryLimitProviderservice (or better, inject it using your DI container):
There is also a DI extension for Nette Framework (you must have the nette/di package installed). Just register it in your services.neon file:
You can then access the byte value of PHP memory limit like this:
Any questions or ideas to improve? Feel free to open an issue or send a PR!
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 brandembassy/php-memory contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.