Cimply.Work Enterprise 4.0.3

Business APIs built for clear, controlled delivery.

A PHP business framework for API services, data integration and automation where routing, configuration, validation and licensing belong to one dependable runtime.

  • PHP 8.2+
  • Version-bound licensing
  • YAML or PHP routing
CIMPLY.RUNTIME4.0.3
GET/api/customers/42200
01LICENSERS256 verified
02ROUTINGcustomer_show
03SERVICECustomerCtrl
JSON
{
  "id": 42,
  "status": "ready",
  "source": "primary"
}
API · DATA · AUTOMATION

Built for business-critical interfaces

Cimply.Work keeps transport, data access and domain services close enough to move quickly, while maintaining explicit boundaries for long-lived integrations.

01HTTP / JSON

API backends

Deliver JSON services with explicit routes, request validation and predictable response contracts.

02DATA / I-O

System integration

Connect operational databases, HTTP services and file transfers behind a consistent application layer.

03CIM / CLI

Business automation

Turn recurring processes into controlled commands, services and scheduled workflows.

RUNTIME FLOW

A compact runtime with explicit responsibilities

Configuration loads the environment. Routing resolves the request. Services perform the work. Mappers, validators and database managers keep data handling intentional.

01

Configure

config.yml defines runtime, application and database settings without scattering environment decisions through controllers.

02

Route

routing.yml or PHP routes bind a URL to a scoped, callable controller action.

03

Execute

The service locator provides request, translation, mapping, view and database capabilities to the project.

04

Protect

The runtime verifies product, version, host and installation binding before the application starts.

CIMPLY.WORKAPPLICATION FLOW
REQUEST/api
SECURITY GATELicenseManagerversion · host · path
SCOPERouting
DATAMapper
SERVICEController
RESPONSEJSON · REPORT · FILE
config.yml
DBConnect:
  primary:
    driver: "pdo"
    dsn: "mysql:host=db"
  legacy:
    driver: "odbc"
    dsn: "ERP_SYSTEM"

App:
  baseUrl: "/api"
  project: "integration"
PDOMySQLiSQLSRVODBC
CORE + BASE

One core for heterogeneous systems

Use the database manager that fits the target system and keep application code aligned across PDO, MySQLi, SQLSRV and ODBC connections.

  • Database factories for Core and Base workflows
  • HTTP, HTTPS and FTP transports
  • Mapper, wrapper, validator and report services
  • CIM console for project and entity workflows
Explore documentation
ENTERPRISE 4.0.3

Start with one route. Grow into a complete business API.

The installation guide and code-led documentation take you from bootstrap to licensed deployment.

Get started