Download the PHP
package lray138/gas without Composer
On this page you can find all versions of the php package
lray138/gas. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
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.
Please rate this library. Is it a good library?
Informations about the package gas
Oct 9 2024
I was doing some programming in one of my systems and I realized the "fluent" approach
of method chaining was for me the better approach.
I'm embracing Types so that anything I work with will be wrapped in a type class.
I periodically run into situations where I wish I had that deeper understanding of Monadic programming
and that is what this journey started out as.
There are also a handful of functional libraries I've studied over the years.
While my goal isn't to unesessarily rewrite them, I think there is merit in "rolling your own" from
a learning perspective.
This project started during a period when I was trying to "level up my skills" as a programmer.
I was trying to understand functional concepts, and was also exploring creating my own MVC framework
based on some coding lessons I had been exposed to.
It's July 2024, and I'm coming back to revist this. I want to have tests (using PEST) for
each function.
I'm also trying to determine what can to be removed since the initial package was geared towards
the framework.
I've used this (mostly personally) for a few years and feel like everything that needs to be there is there
from a "real world" standpoint. (i.e. problems I've ran into that I needed to solve).
A great example of this, and expirimentation, would be the "Model" class where we wanted some level of "scaffolding", and also
expirimenting with attachign anonymous functions to array keys. This was experimental and silly.
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 lray138/gas 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.