Packages from fostam

  • PHP

    fostam/buildinfo

    Store and use build time information. Useful for automated builds where information like the application version needs to be retrieved at build time, e.g. from a Git tag.

  • PHP

    fostam/buildinfo-create

    Store and use build time information. Useful for automated builds where information like the application version needs to be retrieved at build time, e.g. from a Git tag.

  • PHP

    fostam/file

    Convenience wrapper for PHP functions like `fopen()`, `fgets()` that offers object oriented usage and handles errors with exceptions instead of return results.

  • PHP

    fostam/filelock

    Simple file based locking with lock timeout and exceptions

  • PHP

    fostam/getopts

    Flexible PHP command line argument parser with automated help message generation and validation support

  • PHP

    fostam/pharizer

    Create phar files / executables from a PHP project file structure

  • PHP

    fostam/retry

    Retry any callable until success or max retries, using various delay policies

  • PHP

    fostam/simplerouter

    Simple router, mainly for API backends, with CORS support