PHP Classes

Packages of Neeraj Saini

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Neeraj Saini (3)  >  Mission progress status  >  Reputation  
Picture of Neeraj Saini
Name: Neeraj Saini <contact>
Classes: 3
Country: India India
Age: ???
All time rank: Not yet ranked
Week rank: Not yet ranked
Innovation award
Innovation award
Nominee: 2x
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image LaraGuard IP  
PHP Programming Innovation award nominee
April 2025
Number 6
Block HTTP requests from spamming IP addresses
This package can block HTTP requests from spamming IP addresses.

It provides a Laravel service class that calls a middleware class that processes HTTP requests and determine if the requests should be blocked depending on the request client IP address.

Currently, it can:

- Approve requests from IP addresses in a white list

- Approve requests from IP addresses from countries in a white list

- Deny requests from IP addresses that are in spam list

  Files folder image Laravel API Kit  
PHP Programming Innovation award nominee
April 2025
Number 6
Improve API creation using the Laravel framework
This package can improve API creation using the Laravel framework.

It provides several classes that can improve aspects of the development of APIs.

Currently, it provides:

- A trait to generate common types of API responses in JSON format

- An exception handler class that can generate API responses in JSON formats for some common API exceptions

- Transformer classes to convert model objects into API responses

- Custom request validation classes

  Files folder image Laravel Virtual Wallet  
Manage money amounts stored in a wallet
This package can manage money amounts stored in a wallet.

It provides classes that associated users with records stored using a Laravel model to wallets, supporting several types of wallets and transaction logs.

Currently, the wallet class can perform several types of financial operations:

- Deposit money amounts

- Withdraw

- Check balance

- Get balance


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z