Skip to content

Instantly share code, notes, and snippets.

View Kaspiman's full-sized avatar

Vladimir Plakhotnikov Kaspiman

View GitHub Profile
@Kaspiman
Kaspiman / index.php
Last active November 12, 2020 10:53
<?php
$bankRequest = $this->bankRequestEntityRepository->find(177);
$bankRequest->setCreatedAt(new \DateTime());
$this->entityManager->persist($bankRequest);
$this->entityManager->flush();
$data = $this->bankRequestEntityRepository->find(177);
@Kaspiman
Kaspiman / ctx-7.4-prompt.yaml
Last active July 1, 2025 08:02
Claude PHP 7.4 prompt
$schema: https://raw.githubusercontent.com/context-hub/generator/refs/heads/main/json-schema.json
prompts:
- id: php-developer
description: PHP developer
messages:
- role: user
content: |
You are an expert in generating PHP code generators. You love your work and always aim for clean, efficient, and
well-structured PHP code, focusing on detail and best practices.
@Kaspiman
Kaspiman / ctx-PHP-8.4-prompt.yaml
Last active July 1, 2025 08:14
ctx-PHP-8.4-prompt.yaml
$schema: https://raw.githubusercontent.com/context-hub/generator/refs/heads/main/json-schema.json
prompts:
- id: php-developer
description: PHP developer
messages:
- role: user
content: |
You are an expert in generating PHP code generators. You love your work and always aim for clean, efficient, and
well-structured PHP code, focusing on detail and best practices.