Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 1.46 KB

File metadata and controls

74 lines (59 loc) · 1.46 KB

WARP.md - Working AI Reference for Sms-Input

Project Overview

Type: PHP Project/Debian Package Purpose: SMS Input Status: Active Repository: git@github.com:Spoje-NET/Sms-Input.git

Key Technologies

  • PHP
  • Composer
  • Debian Packaging

Architecture & Structure

Sms-Input/
├── src/           # Source code
├── tests/         # Test files
├── docs/          # Documentation
└── ...

Development Workflow

Prerequisites

  • Development environment setup
  • Required dependencies

Setup Instructions

# Clone the repository
git clone git@github.com:Spoje-NET/Sms-Input.git
cd Sms-Input

# Install dependencies
composer install

Build & Run

dpkg-buildpackage -b -uc

Testing

composer test

Key Concepts

  • Main Components: Core functionality and modules
  • Configuration: Configuration files and environment variables
  • Integration Points: External services and dependencies

Common Tasks

Development

  • Review code structure
  • Implement new features
  • Fix bugs and issues

Deployment

  • Build and package
  • Deploy to target environment
  • Monitor and maintain

Troubleshooting

  • Common Issues: Check logs and error messages
  • Debug Commands: Use appropriate debugging tools
  • Support: Check documentation and issue tracker

Additional Notes

  • Project-specific conventions
  • Development guidelines
  • Related documentation