PHPackages                             acumaticalibrary/noobgrammer - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. acumaticalibrary/noobgrammer

ActiveLibrary[HTTP &amp; Networking](/categories/http)

acumaticalibrary/noobgrammer
============================

Acumatica with Guzzle implimentation

314PHP

Since Nov 24Pushed 2y ago1 watchersCompare

[ Source](https://github.com/NoobGreggy/AcumaticaLibrary)[ Packagist](https://packagist.org/packages/acumaticalibrary/noobgrammer)[ RSS](/packages/acumaticalibrary-noobgrammer/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Acumatica Library for PHP
=========================

[](#acumatica-library-for-php)

Description
-----------

[](#description)

This is a personal use to implement a transaction to ACUMATICA ERP Web Service Endpoint Hope it will help.

Getting Started
---------------

[](#getting-started)

### Dependencies

[](#dependencies)

- Need php 7.8+

### Installing

[](#installing)

- composer require acumaticalibrary/noobgrammer:master-dev

### Executing program

[](#executing-program)

- How to run the program
- Step-by-step bullets

```
 $datafield = [
          "CustomerID" => [ "value" => "#"],
          "CustomerName" => [ "value" => "#"],
          "CustomerClass" => [ "value" => "INDVS"],
          "Status" => [ "value" => "#"],
          "StatementCycleID" => [ "value" => '#'],
          "FinancingDimensionCustomer" => [ "value" => true],
          "CashDiscountAccount" => [ "value" => "#"],
          "CashDiscountSub" => [ "value" => "#"],
          "ARAccount" => [ "value" => "#"],
          "ARSub" => [ "value" => "#"],
          "SalesAccount" => [ "value" => "#"],
          "SalesSub" => [ "value" => "#"],
          'MainContact' => [
                'CompanyName' => [ "value" => "#"],
                'DisplayName'=>   [ "value" => "#"],
                'FirstName'=> [ "value" => "#"],
                "LastName" => [ "value" => "#"],
                "DateofBirth" => [ "value" => "#"],
                "Phone1" => [ "value" => "#"],
                "Calendar" => [ "value" => "#"],
                "AddressLine2" => [ "value" => "#"],
                "AddressLine1" => [ "value" => "#"],
                "City" => [ "value" => "#"],
                "State" => [ "value" => "#"],
                "Country" => [ "value" => "#"]
            ]
        ];

        $requestData = [
            'acumaticaLoginEndPoint' => '#',
            'acumaticaLogoutEndPoint' => '#',
            'Login_Acumatica' => [
               			 'name' => 'yourUsername',
				'password'=> 'yourPassword',
				'tenant'=> 'yourtenant',
				"branch" => '',
				"locale" => ""
            ],
            'Body_Acumatica' =>[
               'Action' => 'PUT',
               'URL' => 'YourAcumaticaEndPoint',
               'data' => $datafield
            ]
        ];

     return json_encode($this->acumatica->acumatica_Api($requestData));

   Access for The Odata

   1.) Go to your Generic Inquiry and Create a Generic Inquiry
   2.) after create a Generic Inquiry tick the odata  then update
   3. go to your php app and use this.

      $url = '#';

      $odataServices = [
        'URL' => 'YourAcumaticaEndPoint',
        'name' => 'yourUsername',
        'password'=> 'yourPassword',
      ];

       return  $this->acumatica->odataParse($url);

```

Version History
---------------

[](#version-history)

- 0.1
    - Initial Release

License
-------

[](#license)

This project is licensed under the Greggy License - see the LICENSE.md file for details

Acknowledgments
---------------

[](#acknowledgments)

Inspiration, code snippets, etc.

- [Guzzle](https://github.com/guzzle/guzzle)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity20

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a566a55c22486bfd2286286c3c7c00c406f48d69277f837d8f2a6789f087e358?d=identicon)[NoobGreggy](/maintainers/NoobGreggy)

---

Top Contributors

[![NoobGreggy](https://avatars.githubusercontent.com/u/60284771?v=4)](https://github.com/NoobGreggy "NoobGreggy (12 commits)")

### Embed Badge

![Health badge](/badges/acumaticalibrary-noobgrammer/health.svg)

```
[![Health](https://phpackages.com/badges/acumaticalibrary-noobgrammer/health.svg)](https://phpackages.com/packages/acumaticalibrary-noobgrammer)
```

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M317](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M292](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
